home *** CD-ROM | disk | FTP | other *** search
- Path: news1.h1.usa.pipeline.com!usenet
- From: grantp@usa.pipeline.com(Pete)
- Newsgroups: comp.lang.c++
- Subject: Re: Using multiple functions in one file
- Date: 13 Jan 1996 03:25:12 GMT
- Organization: Pipeline USA
- Message-ID: <4d78mo$p8@news1.usa.pipeline.com>
- References: <4d6s3r$cd2@s3.iway.fr>
- NNTP-Posting-Host: pipe8.h1.usa.pipeline.com
- X-PipeUser: grantp
- X-PipeHub: usa.pipeline.com
- X-PipeGCOS: (Pete)
- X-Newsreader: Pipeline USA v3.3.0
-
- On Jan 12, 1996 23:50:19 in article <Re: Using multiple functions in one
- file>, 'bertrand flahault <bflahaut@pratique.fr@pratique.fr>' wrote:
-
-
- >Re: Using multiple functions in one file
- >Hi,
- >In C++ you have to declare each function you are using at the
- >begining of your source code.
-
- Not exactly. The requirement is that the compiler must have
- "seen" the declaration -- and don't forget that definition itself
- can serve as a declaration -- before the function/symbol is
- referenced.
-
- --
-
- Pete
-